,System.Reactive.Concurrency.ScheduledItem{-0})}
ScheduledItem.op_GreaterThan(ScheduledItem, ScheduledItem) operator¶
Defined in
Type: ScheduledItemSystem.Reactive.Concurrency
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public static bool operator >(ScheduledItem<TAbsolute> left, ScheduledItem<TAbsolute> right)
Summary: Determines whether one specified ScheduledItem object is due after a second specified ScheduledItem object.
Parameters
| Name | Type | Description |
|---|---|---|
left | [ScheduledItem | The first object to compare. |
right | [ScheduledItem | The second object to compare. |
Returns: bool -- true if the DueTime value of left is later than the DueTime value of right; otherwise, false.
Remarks
This operator provides results consistent with the IComparable implementation.